Move the extern to HostOS-Base.h

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 332e5152ff
commit fa01f2acb1

@ -20,5 +20,3 @@
#include <Kaleidoscope/HostOS-Base.h>
#include <Kaleidoscope/HostOS-Guesser.h>
extern KaleidoscopePlugins::HostOS::Base HostOS;

@ -48,3 +48,5 @@ namespace KaleidoscopePlugins {
};
};
};
extern KaleidoscopePlugins::HostOS::Base HostOS;

Loading…
Cancel
Save