Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124931 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.h b/source/Commands/CommandObjectBreakpoint.h
index c2d9e3e..6f31a5f 100644
--- a/source/Commands/CommandObjectBreakpoint.h
+++ b/source/Commands/CommandObjectBreakpoint.h
@@ -284,7 +284,7 @@
     typedef enum BreakpointClearType
     {
         eClearTypeInvalid,
-        eClearTypeFileAndLine,
+        eClearTypeFileAndLine
     } BreakpointClearType;
 
     CommandObjectBreakpointClear (CommandInterpreter &interpreter);