Skip to content

Commit

Permalink
Turn ObjcSelector into a struct to avoid empty vtable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Aug 15, 2015
1 parent 506ea6a commit 4f6cdff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/objc.h
Expand Up @@ -19,13 +19,11 @@ class Identifier;
class FuncDeclaration;
class ClassDeclaration;
class InterfaceDeclaration;
class ObjcSelector;
struct Scope;
class StructDeclaration;

class ObjcSelector
struct ObjcSelector
{
public:
static StringTable stringtable;
static StringTable vTableDispatchSelectors;
static int incnum;
Expand Down

0 comments on commit 4f6cdff

Please sign in to comment.