From bcd836eb265cb5e44aeac6a343342f7b372056c6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 4 May 2014 05:56:45 +0200 Subject: remove semicolon after namespace Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. --- src/frames/loading_frame.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/frames/loading_frame.cpp') diff --git a/src/frames/loading_frame.cpp b/src/frames/loading_frame.cpp index b746e41f..c2e75165 100644 --- a/src/frames/loading_frame.cpp +++ b/src/frames/loading_frame.cpp @@ -46,5 +46,4 @@ namespace usdx LoadingFrame::~LoadingFrame() { } -}; - +} -- cgit v1.2.3