summaryrefslogtreecommitdiffstats
path: root/ksokoban
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-13 00:18:24 -0500
committerSlávek Banko <[email protected]>2012-06-04 01:10:55 +0200
commitd51ad47d3a47ca4c775ac3812361abdb4d0a908b (patch)
tree542e21cd7a21f370411ff096e38e170c56f4c12e /ksokoban
parentabbad031ecb7c1263b0981c68b058554ab479f48 (diff)
downloadtdegames-d51ad47d3a47ca4c775ac3812361abdb4d0a908b.tar.gz
tdegames-d51ad47d3a47ca4c775ac3812361abdb4d0a908b.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit 1f0b774c59ea917f069fc5be95124afd89a8dd4c)
Diffstat (limited to 'ksokoban')
-rw-r--r--ksokoban/Queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksokoban/Queue.h b/ksokoban/Queue.h
index 4e193f54..cab9db90 100644
--- a/ksokoban/Queue.h
+++ b/ksokoban/Queue.h
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef TQUEUE_H
-#define TQUEUE_H
+#ifndef QUEUE_H
+#define QUEUE_H
#include <assert.h>
@@ -53,4 +53,4 @@ public:
}
};
-#endif /* TQUEUE_H */
+#endif /* QUEUE_H */