diff options
author | fluxgen <fluxgen> | 2004-04-26 21:57:32 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-04-26 21:57:32 (GMT) |
commit | 210ff2d27c56f1bfc65e3e11eee9590a1b857faf (patch) | |
tree | fc23fd984c702357b2b346490ae648b8a5b22b43 /src | |
parent | d4a871785130ab0d6533bef4f1ec55c4cfd3b8df (diff) | |
download | fluxbox-210ff2d27c56f1bfc65e3e11eee9590a1b857faf.zip fluxbox-210ff2d27c56f1bfc65e3e11eee9590a1b857faf.tar.bz2 |
gcc 3.4 fix
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index b0b7fed..3c1a4e5 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -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: FbPixmap.hh,v 1.10 2004/01/11 12:48:46 fluxgen Exp $ | 22 | // $Id: FbPixmap.hh,v 1.11 2004/04/26 21:57:32 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBPIXMAP_HH | 24 | #ifndef FBTK_FBPIXMAP_HH |
25 | #define FBTK_FBPIXMAP_HH | 25 | #define FBTK_FBPIXMAP_HH |
@@ -35,7 +35,7 @@ class FbPixmap:public FbDrawable { | |||
35 | public: | 35 | public: |
36 | FbPixmap(); | 36 | FbPixmap(); |
37 | /// copy pixmap | 37 | /// copy pixmap |
38 | explicit FbPixmap(const FbPixmap ©); | 38 | FbPixmap(const FbPixmap ©); |
39 | /// creates a FbPixmap from X pixmap | 39 | /// creates a FbPixmap from X pixmap |
40 | explicit FbPixmap(Pixmap pm); | 40 | explicit FbPixmap(Pixmap pm); |
41 | FbPixmap(const FbDrawable &src, | 41 | FbPixmap(const FbDrawable &src, |