diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-12 09:15:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-12 09:15:09 +0000 |
| commit | 57fb41c8060eaa2f29b25b08e3813b3dc140f165 (patch) | |
| tree | a5211e160932ef6e1f4eb5123d2876f3d429c935 /src/Workspace.h | |
| parent | addc23faf57c6902a4d9ed2c83a21ada71de6aad (diff) | |
converted the remaining LinkedLists in Screen to STL objects.
Diffstat (limited to 'src/Workspace.h')
| -rw-r--r-- | src/Workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.h b/src/Workspace.h index 7701467b..9b7aba10 100644 --- a/src/Workspace.h +++ b/src/Workspace.h @@ -85,7 +85,7 @@ public: void reconfigure(); void update(); void setCurrent(void); - void setName(char *); + void setName(const char *); void shutdown(void); }; |
