Skip to content

Commit 3eeb16c

Browse files
committed
Add takeScreenShotCompressed stub to GUIEditDisplay
1 parent 5013832 commit 3eeb16c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Generals/Code/Tools/GUIEdit/Include/GUIEditDisplay.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class GUIEditDisplay : public Display
102102
virtual void drawVideoBuffer( VideoBuffer *buffer, Int startX, Int startY,
103103
Int endX, Int endY ) { }
104104
virtual void takeScreenShot(void){ }
105+
virtual void takeScreenShotCompressed(void){ }
105106
virtual void toggleMovieCapture(void) {}
106107

107108
// methods that we need to stub

GeneralsMD/Code/Tools/GUIEdit/Include/GUIEditDisplay.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class GUIEditDisplay : public Display
102102
virtual void drawVideoBuffer( VideoBuffer *buffer, Int startX, Int startY,
103103
Int endX, Int endY ) { }
104104
virtual void takeScreenShot(void){ }
105+
virtual void takeScreenShotCompressed(void){ }
105106
virtual void toggleMovieCapture(void) {}
106107

107108
// methods that we need to stub

0 commit comments

Comments
 (0)