Browse Source

Restored an accidentally deleted test.

pull/520/head
Dimitar Dobrev 10 years ago
parent
commit
e279936af5
  1. 1
      tests/CSharpTemp/CSharpTemp.h

1
tests/CSharpTemp/CSharpTemp.h

@ -11,6 +11,7 @@ public: @@ -11,6 +11,7 @@ public:
int& operator[](int i);
int A;
int* (*functionPtrReturnsPtrParam)();
int (STDCALL *attributedFunctionPtr)();
bool isNoParams();
void setNoParams();

Loading…
Cancel
Save