root/src/apps/haikudepot/edits_generic/EditContext.cpp
/*
 * 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()
{
}