From 4f3d1de117b4e087980afbc54aa9fc1695e81393 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Fri, 25 Mar 2016 14:50:59 -1000 Subject: [PATCH] Update boo --- hecl/extern/boo | 2 +- hecl/include/hecl/Database.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hecl/extern/boo b/hecl/extern/boo index 9ff168df2..87ceeb939 160000 --- a/hecl/extern/boo +++ b/hecl/extern/boo @@ -1 +1 @@ -Subproject commit 9ff168df2dd719ca93fc8198f5d1d4795ada5aa3 +Subproject commit 87ceeb9392418f05c63da8465cc4dc419fa07d50 diff --git a/hecl/include/hecl/Database.hpp b/hecl/include/hecl/Database.hpp index 63bcd6753..7b76ad146 100644 --- a/hecl/include/hecl/Database.hpp +++ b/hecl/include/hecl/Database.hpp @@ -389,7 +389,7 @@ public: * @brief Return map populated with dataspecs targetable by this project interface * @return Platform map with name-string keys and enable-status values */ - const std::vector& getDataSpecs() {return m_compiledSpecs;} + const std::vector& getDataSpecs() const {return m_compiledSpecs;} /** * @brief Enable persistent user preference for particular spec string(s)