xref: /haiku/src/apps/haikudepot/edits_generic/EditContext.cpp (revision 85892ec52f476b254d75e2bb2e6560e72faa567c)
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 
11 EditContext::EditContext()
12 {
13 }
14 
15 
16 EditContext::~EditContext()
17 {
18 }
19