Appease -Wnon-virtual-dtor
authorMatt Beaumont-Gay <matthewbg@google.com>
Fri, 7 Dec 2012 22:49:27 +0000 (22:49 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Fri, 7 Dec 2012 22:49:27 +0000 (22:49 +0000)
llvm-svn: 169648

clang/lib/Format/UnwrappedLineParser.h

index 92a51ab..908391d 100644 (file)
@@ -79,6 +79,8 @@ public:
 
 class FormatTokenSource {
 public:
+  virtual ~FormatTokenSource() {
+  }
   virtual FormatToken getNextToken() = 0;
 };