summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/resource_bundle.h')
-rw-r--r--app/resource_bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resource_bundle.h b/app/resource_bundle.h
index e608ccd..5c3afb2 100644
--- a/app/resource_bundle.h
+++ b/app/resource_bundle.h
@@ -87,7 +87,7 @@ class ResourceBundle {
// Loads the raw bytes of a data resource into |bytes|,
// without doing any processing or interpretation of
// the resource. Returns whether we successfully read the resource.
- RefCountedStaticMemory* LoadDataResourceBytes(int resource_id);
+ RefCountedStaticMemory* LoadDataResourceBytes(int resource_id) const;
// Return the contents of a file in a string given the resource id.
// This will copy the data from the resource and return it as a string.