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. */