summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/service/fileUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse-api/service/fileUtils.h')
-rw-r--r--gentoobrowse-api/service/fileUtils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gentoobrowse-api/service/fileUtils.h b/gentoobrowse-api/service/fileUtils.h
index de6dc79..d73b1ef 100644
--- a/gentoobrowse-api/service/fileUtils.h
+++ b/gentoobrowse-api/service/fileUtils.h
@@ -34,8 +34,7 @@ namespace Gentoo {
MemMap(const boost::filesystem::path & path);
~MemMap();
- protected:
- void * data;
+ void * const data;
};
}