]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/demangle.cpp
Make this thing actually compile
[libs/core.git] / source / debug / demangle.cpp
index 58e05cefd58e687fb22928ea02c6fc602a1bca2e..bb59bd72f1d1acabd2b9e69c45050dcd9a3f0d72 100644 (file)
@@ -44,6 +44,8 @@ string demangle_gcc3(const string &sym)
                bool ref=(*i=='R');
                if(ref) ++i;
        }
+
+       return result;
 }
 
 } // namespace Debug