xref: /haiku/src/apps/haikudepot/edits_generic/EditContext.cpp (revision 5d0fd0e4220b461e2021d5768ebaa936c13417f8)
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