summaryrefslogtreecommitdiff
path: root/include/gui/group.h
diff options
context:
space:
mode:
authorAdam NAILI2017-12-10 17:03:55 +0100
committerAdam NAILI2017-12-10 17:09:15 +0100
commit27b78c91216f397e9aed3c0dd87db2c54dca50fa (patch)
tree273b4fcc8be9a89eba078bc595089bb114cc1e0a /include/gui/group.h
parent3449e695fa8885bb8150e105c267d92ab8a3d4ee (diff)
downloadmorpher-27b78c91216f397e9aed3c0dd87db2c54dca50fa.tar.gz
Creation of component.h and move the content about Component to this header file
Diffstat (limited to 'include/gui/group.h')
-rw-r--r--include/gui/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/group.h b/include/gui/group.h
index bd46852..b766ded 100644
--- a/include/gui/group.h
+++ b/include/gui/group.h
@@ -5,7 +5,7 @@
5 * File: group.h 5 * File: group.h
6 * Group of components 6 * Group of components
7 */ 7 */
8#include "window.h" 8#include "component.h"
9 9
10/** 10/**
11 * Struct: _GroupElement 11 * Struct: _GroupElement