grovescam: made file path constant to remove compiler warnings
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@@ -369,7 +369,7 @@ bool GROVESCAM::doCapture()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool GROVESCAM::storeImage(char *fname)
|
||||
bool GROVESCAM::storeImage(const char *fname)
|
||||
{
|
||||
if (!fname)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user