diff options
Diffstat (limited to 'src/resources/colordb.h')
-rw-r--r-- | src/resources/colordb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/colordb.h b/src/resources/colordb.h index 43398af4..1f8b191c 100644 --- a/src/resources/colordb.h +++ b/src/resources/colordb.h @@ -42,7 +42,7 @@ namespace ColorDB std::string& get(int id); - const int& size(); + int size(); // Color DB typedef std::map<int, std::string> Colors; |