mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
use pass by reference
This commit is contained in:
@@ -78,7 +78,7 @@ class CScreenShot
|
||||
#endif // SCREENSHOT_INTERNAL
|
||||
|
||||
public:
|
||||
CScreenShot(const std::string fname = "", screenshot_format_t fmt = CScreenShot::FORMAT_JPG);
|
||||
CScreenShot(const std::string &fname = "", screenshot_format_t fmt = CScreenShot::FORMAT_JPG);
|
||||
~CScreenShot();
|
||||
|
||||
void MakeFileName(const t_channel_id channel_id);
|
||||
|
Reference in New Issue
Block a user