repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / haikudepot / textview / UndoableEditListener.cpp
blobeb0868d2127ee34e4bad1b8fa35146cb6e157804
1 /*
2 * Copyright 2015, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
6 #include "UndoableEditListener.h"
9 UndoableEditListener::UndoableEditListener()
11 BReferenceable()
16 UndoableEditListener::~UndoableEditListener()
21 void
22 UndoableEditListener::UndoableEditHappened(const TextDocument* document,
23 const UndoableEditRef& edit)