[STYLE] some style

This commit is contained in:
Edouard DUPIN 2014-10-19 23:03:08 +02:00
parent 4fde0a8462
commit 06521163f6

View File

@ -18,9 +18,6 @@
namespace ewol {
namespace widget {
/**
* @ingroup ewolWidgetGroup
*/
class Scroll : public ewol::widget::Container {
public:
enum highSpeedMode {
@ -58,7 +55,9 @@ namespace ewol {
* @brief get the limit of scrolling
* @return scrolling limit
*/
const vec2& getLimit() const { return m_limit; };
const vec2& getLimit() const {
return m_limit;
};
public: // Derived function
void calculateMinMaxSize();