1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Avoid potential ScanTarget include-guard collisions.

This commit is contained in:
Thomas Harte 2022-07-02 13:54:16 -04:00
parent 7cbee172b2
commit f04e4faae2

View File

@ -6,8 +6,8 @@
// Copyright © 2018 Thomas Harte. All rights reserved.
//
#ifndef ScanTarget_hpp
#define ScanTarget_hpp
#ifndef Outputs_OpenGL_ScanTarget_hpp
#define Outputs_OpenGL_ScanTarget_hpp
#include "../Log.hpp"
#include "../DisplayMetrics.hpp"
@ -160,4 +160,4 @@ class ScanTarget: public Outputs::Display::BufferingScanTarget { // TODO: use pr
}
}
#endif /* ScanTarget_hpp */
#endif /* Outputs_OpenGL_ScanTarget_hpp */