summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-05 17:02:53 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-05 17:02:53 +0300
commitdd30b5d06e0deb6524c2bc9c3fdc1291f17a1719 (patch)
tree1882f7270555a25dbc3432c59a3151e066a4a19b /src
parentInclude lmdb header (diff)
downloadnheko-dd30b5d06e0deb6524c2bc9c3fdc1291f17a1719.tar.xz
Rename Event.h header to avoid header conflict
Diffstat (limited to 'src')
-rw-r--r--src/events/Event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/Event.cc b/src/events/Event.cc

index da4f3e99..3fd3c0e1 100644 --- a/src/events/Event.cc +++ b/src/events/Event.cc
@@ -15,7 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "Event.h" +#include "events/Event.h" #include "AliasesEventContent.h" #include "AvatarEventContent.h"