[Lldb-commits] [PATCH 1/2] NameSearchContext warning.
Marco Minutoli
mminutoli at gmail.com
Sat Apr 16 16:09:47 PDT 2011
NameSearchContext is declared as a struct this solve the warning.
---
include/lldb/lldb-forward.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/lldb/lldb-forward.h b/include/lldb/lldb-forward.h
index ed6e8b3..8e861f6 100644
--- a/include/lldb/lldb-forward.h
+++ b/include/lldb/lldb-forward.h
@@ -94,7 +94,7 @@ class Mangled;
class Module;
class ModuleList;
class Mutex;
-class NameSearchContext;
+struct NameSearchContext;
class ObjCLanguageRuntime;
class ObjectContainer;
class ObjectFile;
--
1.7.1
More information about the lldb-commits
mailing list