Skip to content

Commit

Permalink
Fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkenso committed Jul 22, 2019
1 parent 2151a89 commit 61bcfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/assenum/assenum.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@


#define ASSENUM_DECLARE(name, enum) \
class name: protected AssEnum<enum, name>
class name: protected assenum::impl::AssEnum<enum, name>


#define ASSENUM_DEFINE_STRUCTORS() \
Expand Down

0 comments on commit 61bcfbc

Please sign in to comment.