1/*
2 * Copyright 2013 Stephan Aßmus <superstippi@gmx.de>
3 * Distributed under the terms of the MIT License.
4 */
5
6#include "EditContext.h"
7
8#include <stdio.h>
9
10
11EditContext::EditContext()
12{
13}
14
15
16EditContext::~EditContext()
17{
18}
19