Index: src/AST/SymbolTable.cpp
===================================================================
--- src/AST/SymbolTable.cpp	(revision 8f31be6fe7732b7047100aa8031591434c22ee83)
+++ src/AST/SymbolTable.cpp	(revision 4b30318b65b60547a35b2929b276b3f16467707c)
@@ -323,5 +323,5 @@
 }
 
-void SymbolTable::addStruct( const std::string &id ) {
+void SymbolTable::addStructId( const std::string &id ) {
 	addStruct( new StructDecl( CodeLocation(), id ) );
 }
@@ -365,5 +365,5 @@
 }
 
-void SymbolTable::addUnion( const std::string &id ) {
+void SymbolTable::addUnionId( const std::string &id ) {
 	addUnion( new UnionDecl( CodeLocation(), id ) );
 }
