Skip to content
Snippets Groups Projects
Commit 03403e06 authored by Septen's avatar Septen
Browse files

CAR: added missing header guard to editor.

parent ee1121b5
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@
*/
#ifndef CAR_EDITOR_H_INCLUDED
#define CAR_EDITOR_H_INCLUDED
#include <EditorHeaders.h>
#include <UIUtilitiesHeaders.h>
......@@ -73,3 +77,6 @@ private:
// =========================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CAREditor)
};
#endif // CAR_H_INCLUDED
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment