summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
Diffstat (limited to 'o3d')
-rw-r--r--o3d/plugin/win/main_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/win/main_win.cc b/o3d/plugin/win/main_win.cc
index 4cc9d33..1f1b14d 100644
--- a/o3d/plugin/win/main_win.cc
+++ b/o3d/plugin/win/main_win.cc
@@ -804,7 +804,7 @@ extern "C" {
return NPERR_NO_ERROR;
}
- bool PluginObject::GetDisplayMode(int id, o3d::DisplayMode *mode) {
+ bool PluginObject::GetDisplayMode(int mode_id, o3d::DisplayMode *mode) {
return renderer()->GetDisplayMode(mode_id, mode);
}