cppcheck clean rtengine/pipettebuffer.h

This commit is contained in:
Ingo Weyrich
2021-05-22 11:31:48 +02:00
parent 954ce94e3f
commit 35064451d6

View File

@@ -58,7 +58,7 @@ public:
~PipetteBuffer();
/** @brief Getter to know if the pipette buffer is correctly filled */
bool isReady()
bool isReady() const
{
return ready;
}