Skip to content

Commit

Permalink
Merge pull request #305 from evildeeds/fix-270
Browse files Browse the repository at this point in the history
Proposed fix for #270 and #302
  • Loading branch information
evildeeds authored Aug 16, 2019
2 parents 2a89bc4 + aa6e23e commit 001b153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/generate_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,6 @@ bool generate_map(
return false;
}

typedef void (*hello_f)();

//hello_f hello = (hello_f)dl_sym(dl, "hello");
//hello();
return true;
}
else {
Expand Down
1 change: 1 addition & 0 deletions src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ namespace json {

class basic_json {
public:
virtual ~basic_json() {};
virtual void write(std::ostream& os) = 0;
virtual json_type get_type() = 0;
};
Expand Down

0 comments on commit 001b153

Please sign in to comment.