/* * Copyright 2013 Stephan Aßmus <superstippi@gmx.de> * Distributed under the terms of the MIT License. */ #include "EditContext.h" #include <stdio.h> EditContext::EditContext() { } EditContext::~EditContext() { }