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/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-02-12 09:36:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-02-12 09:36:06 +0300
commit48594a3a70b3427c35c3d0e0f1e12e52321215d3 (patch)
tree9f890b93cc624b2305ddd996cee8a07c2815166c /source
parenta150242f8e801537a71421187a81dbde609db35f (diff)
own error in last commit.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index e0f55ac5356..5ca268692e5 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -117,8 +117,8 @@ typedef struct wmWindow {
ListBase gesture; /* gesture stuff */
} wmWindow;
-#
-#
+
+
typedef struct wmOperatorType {
struct wmOperatorType *next, *prev;