commit 1c52964f9fd447b0cecbbfb1c18e6a7d4eebef09 parent 9cdabbdbdf05f0df8a3d1c1e6d3494e6c8542495 Author: nori li <50680474+thenorili@users.noreply.github.com> Date: Tue, 18 Feb 2020 11:12:14 -0500 Corrected syntax of Enumerations.H include. Diffstat:
M | src/UI/MasterUI.fl | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -94,7 +94,11 @@ decl {\#if !defined(PLUGINVERSION) && HAS_X11 decl {\#if !defined(PLUGINVERSION) && HAS_X11 \#include <FL/FL.H> -\#include "Enumerations.H" +\#endif} {private local +} + +decl {\#if !defined(PLUGINVERSION) && HAS_X11 +\#include <FL/Enumerations.H> \#endif} {private local }