Skip to content

Commit

Permalink
rectify apple warning
Browse files Browse the repository at this point in the history
  • Loading branch information
djellemah committed May 4, 2024
1 parent dd313d8 commit 9fd3187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#include "rust/cxx.h"

class RustStream;
class RustHandler;
struct RustStream;
struct RustHandler;

void parse(RustHandler & handler, RustStream & incoming);
void from_file(rust::String filename, RustHandler & handler);

0 comments on commit 9fd3187

Please sign in to comment.