summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index 2beb633ee..ee2be0ca2 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -252,7 +252,7 @@ class PropEngine
* Informs the ResourceManager that a resource has been spent. If out of
* resources, can throw an UnsafeInterruptException exception.
*/
- void spendResource(ResourceManager::Resource r);
+ void spendResource(Resource r);
/**
* For debugging. Return true if "expl" is a well-formed
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback