diff options
author | Danny Baumann <dannybaumann@web.de> | 2010-05-19 08:47:31 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2010-05-19 08:47:31 +0200 |
commit | 2c3400a0c6cd4b203f6ac94d152edb2e0cf6dbf1 (patch) | |
tree | d1ad663740f51969a42e33075d0cf070919607ca /include | |
parent | 09fd3e576b0614451f33679c6a3dc8c0739351b2 (diff) | |
download | zcomp-2c3400a0c6cd4b203f6ac94d152edb2e0cf6dbf1.tar.gz zcomp-2c3400a0c6cd4b203f6ac94d152edb2e0cf6dbf1.tar.bz2 |
Return resName as CompString so it can't be modified by the caller.
Diffstat (limited to 'include')
-rw-r--r-- | include/core/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/window.h b/include/core/window.h index b0a4346..0cc6f59 100644 --- a/include/core/window.h +++ b/include/core/window.h @@ -333,7 +333,7 @@ class CompWindow : Window id (); Window frame (); - char * resName (); + CompString resName (); const CompRegion & region () const; |