diff options
author | David Robillard <d@drobilla.net> | 2019-04-13 15:24:45 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-13 15:45:24 +0200 |
commit | f48f9d69a541d758dc9928c0c89eae46819e660f (patch) | |
tree | 02be74793112d8b25a21728d326fe5d90afcf42a /ingen/ColorContext.hpp | |
parent | 72eb24e672bc4fb7f3c1102f2b95c01527688afd (diff) | |
download | ingen-f48f9d69a541d758dc9928c0c89eae46819e660f.tar.gz ingen-f48f9d69a541d758dc9928c0c89eae46819e660f.tar.bz2 ingen-f48f9d69a541d758dc9928c0c89eae46819e660f.zip |
Clean up symbol table
Diffstat (limited to 'ingen/ColorContext.hpp')
-rw-r--r-- | ingen/ColorContext.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ingen/ColorContext.hpp b/ingen/ColorContext.hpp index 46e291a3..aadb2980 100644 --- a/ingen/ColorContext.hpp +++ b/ingen/ColorContext.hpp @@ -17,11 +17,13 @@ #ifndef INGEN_COLORCONTEXT_HPP #define INGEN_COLORCONTEXT_HPP +#include "ingen/ingen.h" + #include <cstdio> namespace ingen { -class ColorContext { +class INGEN_API ColorContext { public: enum class Color { RED = 31, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE }; |