diff --git a/GeoModelIO/GeoModelRead/GeoModelRead/ReadGeoModel.tpp b/GeoModelIO/GeoModelRead/GeoModelRead/ReadGeoModel.tpp
index aea205d5b7d95ed26d81042a7c93f418194c8cea..1a45473d1a1caf7393ee93622aeb14207cafb785 100644
--- a/GeoModelIO/GeoModelRead/GeoModelRead/ReadGeoModel.tpp
+++ b/GeoModelIO/GeoModelRead/GeoModelRead/ReadGeoModel.tpp
@@ -21,7 +21,7 @@
 
 namespace GeoModelIO {
 
-    template <typename T, class N> std::map<T,N> ReadGeoModel::getPublishedNodes(std::string publisherName, bool doCheckTable /*optional variables*/, bool optionalTable /*optional variables*/) 
+    template <typename T, class N> std::map<T,N> ReadGeoModel::getPublishedNodes(std::string publisherName, const bool doCheckTable /*optional variables*/, const bool optionalTable /*optional variables*/) 
     {
         std::map<T, N> mapNodes;
         std::string keyType = "";