summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index ea4bd2665e13..bbd5a3756d12 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -537,7 +537,7 @@ struct Table
Table(){};
~Table(){
LinkedListIterator<TCell> it(&cells);
- for( ; it.current(); it++)
+ for( ; it.current(); ++it)
delete it.current();
};
Columns columns;