summaryrefslogtreecommitdiff
path: root/src/screenshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screenshot.h')
-rw-r--r--src/screenshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.h b/src/screenshot.h
index b87259363..400f8164e 100644
--- a/src/screenshot.h
+++ b/src/screenshot.h
@@ -25,7 +25,7 @@ enum ScreenshotType {
SC_MINIMAP, ///< Minimap screenshot.
};
-void SetupScreenshotViewport(ScreenshotType t, struct ViewPort *vp);
+void SetupScreenshotViewport(ScreenshotType t, struct Viewport *vp);
bool MakeHeightmapScreenshot(const char *filename);
void MakeScreenshotWithConfirm(ScreenshotType t);
bool MakeScreenshot(ScreenshotType t, const char *name);