mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:09:21 +01:00
minor warnings removed
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int dummyCallback(detectorData* d, int p,void*) {
|
int dummyCallback(detectorData* d, int p,void*) {
|
||||||
cout << "got data " << p << endl;
|
cout << "got data " << p << endl;
|
||||||
|
return 0;
|
||||||
}
|
};
|
||||||
|
|
||||||
class multiSlsDetectorClient {
|
class multiSlsDetectorClient {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user