summaryrefslogtreecommitdiff
path: root/src/utils/virtfstools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/virtfstools.h')
-rw-r--r--src/utils/virtfstools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/virtfstools.h b/src/utils/virtfstools.h
index be16dddea..fccacbec1 100644
--- a/src/utils/virtfstools.h
+++ b/src/utils/virtfstools.h
@@ -31,7 +31,8 @@ struct VirtFile;
namespace VirtFs
{
- void *loadFile(const std::string &fileName, int &fileSize);
+ void *loadFile(const std::string &restrict fileName,
+ int &restrict fileSize);
void searchAndAddArchives(const std::string &restrict path,
const std::string &restrict ext,
const Append append);