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