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