Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-07-16 04:48:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-16 04:48:54 +0300
commit42017b006efef2626482304eb9ecd82e047a8426 (patch)
tree8aed5012d0072a88d5bf96d1b6f80c96f62cee4e /intern
parentbf5b1fa7266c510b22428f7f176aef545846004c (diff)
Cleanup: sort struct declarations
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowWayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_WindowWayland.h b/intern/ghost/intern/GHOST_WindowWayland.h
index 6ffcf99b48c..afbdf1268ee 100644
--- a/intern/ghost/intern/GHOST_WindowWayland.h
+++ b/intern/ghost/intern/GHOST_WindowWayland.h
@@ -29,9 +29,9 @@
class GHOST_SystemWayland;
+struct output_t;
struct window_t;
struct wl_surface;
-struct output_t;
class GHOST_WindowWayland : public GHOST_Window {
public: