Fix mismatched header include guards

This commit is contained in:
Sergio Martins 2015-05-03 12:31:58 +01:00
parent 55cf2c176b
commit 245082dc34

View File

@ -18,7 +18,7 @@
*/ */
#ifndef APPLICATION_P_H #ifndef APPLICATION_P_H
#define APPLiCAtION_P_H #define APPLICATION_P_H
#include "application.h" #include "application.h"