summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-23 20:18:04 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-05-23 20:18:04 -0300
commit2c60c7c13ecc8e45e072346193a820f697fb6fdf (patch)
tree4c25e23aec8afaf08c9cd218e1c567ac11eead15 /Project/Element.h
parentf995850b38916b38718b84f4b82948479a81855a (diff)
downloadPSP.git-2c60c7c13ecc8e45e072346193a820f697fb6fdf.tar.gz
PSP.git-2c60c7c13ecc8e45e072346193a820f697fb6fdf.tar.xz
PSP.git-2c60c7c13ecc8e45e072346193a820f697fb6fdf.zip
Switching event bug fixed
Diffstat (limited to 'Project/Element.h')
-rw-r--r--Project/Element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Element.h b/Project/Element.h
index 4935f11..b8035fb 100644
--- a/Project/Element.h
+++ b/Project/Element.h
@@ -150,7 +150,7 @@ public:
* @brief Set if the element is online or offline.
* @param online True if online, false if offline.
*/
- void SetOnline(bool online = true);
+ bool SetOnline(bool online = true);
/**
* @brief Set the list of points that connect the element to the bus.