diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-09 05:23:58 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:28 +0200 |
commit | 924e89fb959a27611f1858a2ed8ec5e8f7326a71 (patch) | |
tree | 548ef5438c085739569ac4e064e94a8e6cc62018 /include/vcl | |
parent | d79f69ca93ace838201ff575200b7587dc082160 (diff) |
uitest: rename getType to get_type
Just for consistency.
Change-Id: I13577b9318039493f585268fd7189f5cbc4dec46
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/uitest/uiobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx index c6e9e350502b..72f8c35c8f43 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -55,7 +55,7 @@ public: * be available through UIObject::get_state(). * */ - virtual UIObjectType getType() const; + virtual UIObjectType get_type() const; /** * Returns the child of the current UIObject with the corresponding id. |