compiling

This commit is contained in:
Jonas Zeunert
2018-08-07 21:37:13 +02:00
parent 0c08b940f3
commit 094d76181e
15 changed files with 46 additions and 76 deletions

View File

@@ -5,8 +5,8 @@
* Author: rhetenor
*/
#ifndef SOURCE_DIRECTORY__SRC_OUTPUT_LAMP_H_
#define SOURCE_DIRECTORY__SRC_OUTPUT_LAMP_H_
#ifndef _SRC_OUTPUT_LAMP_H_
#define _SRC_OUTPUT_LAMP_H_
#include "CabinetItem.h"
@@ -20,4 +20,4 @@ public:
} /* namespace output */
#endif /* SOURCE_DIRECTORY__SRC_OUTPUT_LAMP_H_ */
#endif /* _SRC_OUTPUT_LAMP_H_ */