summaryrefslogtreecommitdiff
path: root/Applications/DisplayProperties/DisplayProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/DisplayProperties/DisplayProperties.h')
-rw-r--r--Applications/DisplayProperties/DisplayProperties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/DisplayProperties/DisplayProperties.h b/Applications/DisplayProperties/DisplayProperties.h
index 3f1d0649a6..31ff40fe1c 100644
--- a/Applications/DisplayProperties/DisplayProperties.h
+++ b/Applications/DisplayProperties/DisplayProperties.h
@@ -67,7 +67,7 @@ private:
String m_wallpaper_path;
RefPtr<Core::ConfigFile> m_wm_config;
RefPtr<GUI::Widget> m_root_widget;
- Vector<Size> m_resolutions;
+ Vector<Gfx::Size> m_resolutions;
Vector<String> m_wallpapers;
RefPtr<GUI::Label> m_wallpaper_preview;