summaryrefslogtreecommitdiff
path: root/util/epist/window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/window.hh')
-rw-r--r--util/epist/window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/window.hh b/util/epist/window.hh
index 351ec566..91cd834d 100644
--- a/util/epist/window.hh
+++ b/util/epist/window.hh
@@ -71,7 +71,7 @@ public:
inline unsigned int desktop() const { return _desktop; }
inline const std::string &title() const { return _title; }
inline const std::string &appName() const { return _app_name; }
- inline const std::string &appClass() const { return _app_name; }
+ inline const std::string &appClass() const { return _app_class; }
inline bool shaded() const { return _shaded; }
inline bool iconic() const { return _iconic; }