Nicolas Winkler 6 năm trước cách đây
mục cha
commit
e940291ab9
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/Mangling.cpp

+ 1 - 2
src/Mangling.cpp

@@ -1,12 +1,11 @@
 #include "Mangling.h"
-#include "sem/Semanic.h"
+//#include "Semantic.h"
 
 using qlow::Mangler;
 
 
 std::string Mangler::mangle(const qlow::sem::Method& method)
 {
-    method.
 }