cppcheck clean rtengine/pipettebuffer.h
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
|||||||
~PipetteBuffer();
|
~PipetteBuffer();
|
||||||
|
|
||||||
/** @brief Getter to know if the pipette buffer is correctly filled */
|
/** @brief Getter to know if the pipette buffer is correctly filled */
|
||||||
bool isReady()
|
bool isReady() const
|
||||||
{
|
{
|
||||||
return ready;
|
return ready;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user