[libfake437] r337 committed - include/fake437/display.hpp: Fix misplaced comment.

1 view
Skip to first unread message

libfa...@googlecode.com

unread,
Jan 6, 2010, 10:37:37 PM1/6/10
to libfake43...@googlegroups.com
Revision: 337
Author: endgame.dos
Date: Wed Jan 6 19:37:03 2010
Log: include/fake437/display.hpp: Fix misplaced comment.
http://code.google.com/p/libfake437/source/detail?r=337

Modified:
/trunk/include/fake437/display.hpp

=======================================
--- /trunk/include/fake437/display.hpp Fri Jan 1 19:07:03 2010
+++ /trunk/include/fake437/display.hpp Wed Jan 6 19:37:03 2010
@@ -23,11 +23,11 @@
friend class Display;
public:
DisplayLayer(int left, int top, int width, int height);
+ /* Only shares the reference. */
+ DisplayLayer(const DisplayLayer& other);
/* Does not incrememnt the reference count, so implicit conversion
from the result of Display::get_layer etc. doesn't generate
spurious f437_display_layer_ref's. */
- /* Only shares the reference. */
- DisplayLayer(const DisplayLayer& other);
DisplayLayer(F437DisplayLayer* layer);
~DisplayLayer(void);
/* Only shares the reference. */

Reply all
Reply to author
Forward
0 new messages