diff -r 1de2b8d64e9f -r 98906a94732f src/linetypes/errorline.h --- a/src/linetypes/errorline.h Tue Jan 28 23:34:49 2020 +0200 +++ b/src/linetypes/errorline.h Thu Jan 30 19:20:11 2020 +0200 @@ -1,12 +1,12 @@ #pragma once #include "object.h" -namespace linetypes +namespace ldraw { class ErrorLine; } -class linetypes::ErrorLine : public Object +class ldraw::ErrorLine : public Object { public: ErrorLine(QStringView text = u"", QStringView message = u"");