diff -r 1de2b8d64e9f -r 98906a94732f src/linetypes/comment.h --- a/src/linetypes/comment.h Tue Jan 28 23:34:49 2020 +0200 +++ b/src/linetypes/comment.h Thu Jan 30 19:20:11 2020 +0200 @@ -2,12 +2,12 @@ #include "object.h" #include "metacommand.h" -namespace linetypes +namespace ldraw { class Comment; } -class linetypes::Comment : public MetaCommand +class ldraw::Comment : public MetaCommand { using MetaCommand::MetaCommand; QFont textRepresentationFont() const override;