[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / examples / ExceptionDemo / ExceptionDemo.cpp
index 61b175091b7fb140f30d8313e56143eb6e46bf7d..c935206b81186a0d2b05954f30fcb9b20d672202 100644 (file)
@@ -1577,9 +1577,11 @@ public:
                                  std::runtime_error::operator=(toCopy)));
   }
 
-  ~OurCppRunException (void) throw () {}
+  ~OurCppRunException (void) throw ();
 };
 
+OurCppRunException::~OurCppRunException() throw () {}
+
 
 /// Throws foreign C++ exception.
 /// @param ignoreIt unused parameter that allows function to match implied