aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildsteplist.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-12-16 11:25:28 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2010-12-16 11:29:24 +0100
commit8df7fbc67a7723eac51cc446224e35f55882c928 (patch)
tree6ce4cc1f02a157aa8f6084804d73ff05b6338e89 /src/plugins/projectexplorer/buildsteplist.h
parent61493f3e8b585eaa8206d95596386da9682236ca (diff)
Compile fix for pedantic C++ compilers.
Get rid of all those ugly stray semicolons. They are not valid C++.
Diffstat (limited to 'src/plugins/projectexplorer/buildsteplist.h')
-rw-r--r--src/plugins/projectexplorer/buildsteplist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildsteplist.h b/src/plugins/projectexplorer/buildsteplist.h
index 394c1ebea37..de14e81a719 100644
--- a/src/plugins/projectexplorer/buildsteplist.h
+++ b/src/plugins/projectexplorer/buildsteplist.h
@@ -83,6 +83,6 @@ private:
} // namespace ProjectExplorer
-Q_DECLARE_METATYPE(ProjectExplorer::BuildStepList *);
+Q_DECLARE_METATYPE(ProjectExplorer::BuildStepList *)
#endif // PROJECTEXPLORER_BUILDSTEPLIST_H