Fix a silly compile error

This commit is contained in:
ArsenArsen 2017-04-23 17:07:44 +02:00
parent e38231f2b1
commit 5224c688ed
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
namespace screenshotutil
{
QPixmap fullscreen();
QPixmap window(long wid);
QPixmap *fullscreen();
QPixmap *window(long wid);
void toClipboard(QString value);
}