mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
added header-guard
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef MESSAGELOGGER_H
|
||||
#define MESSAGELOGGER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <string>
|
||||
|
||||
@@ -38,3 +41,5 @@ private:
|
||||
// Disable copy assignment operator for MessageLogger
|
||||
MessageLogger& operator=(const MessageLogger&) = delete;
|
||||
};
|
||||
|
||||
#endif // MESSAGELOGGER_H
|
||||
|
||||
Reference in New Issue
Block a user