diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h index bf68cd3..0a9939d 100644 --- a/src/application.h +++ b/src/application.h @@ -19,11 +19,11 @@ * along with Marquee. If not, see <http://www.gnu.org/licenses/>. */ -typedef struct MqApplication MqApplication; - #ifndef MQ_APPLICATION_H #define MQ_APPLICATION_H +typedef struct MqApplication MqApplication; + #include <glib.h> #include <webkit2/webkit2.h> |