]> granicus.if.org Git - clang/commitdiff
Fix members to be public.
authorMike Stump <mrs@apple.com>
Mon, 16 Nov 2009 19:48:50 +0000 (19:48 +0000)
committerMike Stump <mrs@apple.com>
Mon, 16 Nov 2009 19:48:50 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88944 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/typeinfo

index d315529d5973821fc03c4128eec8f35a25038d20..7af23cf12f0d9f627c9927474457e7af15161926 100644 (file)
@@ -1,5 +1,6 @@
 namespace std {
   class type_info {
+  public:
     virtual ~type_info();
     const char* name() const { return __name; }
     bool operator==(const type_info& __arg) const {