aboutsummaryrefslogtreecommitdiff
path: root/src/Observer.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2002-12-01 13:42:15 (GMT)
committerrathnor <rathnor>2002-12-01 13:42:15 (GMT)
commit28b5c604490094e187494dcc566bd3d7a05a2c25 (patch)
tree8f78f5714a5cd055c10b067a2656fe7b2338e71a /src/Observer.cc
parentb9134162f9633784d9097df18769a699a62650fe (diff)
downloadfluxbox_paul-28b5c604490094e187494dcc566bd3d7a05a2c25.zip
fluxbox_paul-28b5c604490094e187494dcc566bd3d7a05a2c25.tar.bz2
Indenting from tabs to emacs 4-space
Diffstat (limited to 'src/Observer.cc')
-rw-r--r--src/Observer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Observer.cc b/src/Observer.cc
index 1a3d553..c03fba4 100644
--- a/src/Observer.cc
+++ b/src/Observer.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Observer.cc,v 1.1 2002/09/07 20:30:45 fluxgen Exp $ 22// $Id: Observer.cc,v 1.2 2002/12/01 13:41:58 rathnor Exp $
23 23
24#include "Observer.hh" 24#include "Observer.hh"
25#include "Subject.hh" 25#include "Subject.hh"
@@ -27,7 +27,7 @@
27namespace FbTk { 27namespace FbTk {
28 28
29Observer::~Observer() { 29Observer::~Observer() {
30 Subject::removeObserver(this); // make sure no subject has this observer attached 30 Subject::removeObserver(this); // make sure no subject has this observer attached
31} 31}
32 32
33}; 33};