aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dc/dc.h')
-rw-r--r--dc/dc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dc/dc.h b/dc/dc.h
index ed2c5f7a77..258c2ecc63 100644
--- a/dc/dc.h
+++ b/dc/dc.h
@@ -64,7 +64,7 @@ class OSystem_Dreamcast : public OSystem {
void quit();
// Set a parameter
- uint32 property(int param, uint32 value);
+ uint32 property(int param, Property *value);
static OSystem *create();