mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-23 07:55:25 -04:00
604989c361
Fixes #1197.
7 lines
109 B
C++
7 lines
109 B
C++
|
|
#define NSID_LENGTH 10
|
|
class nsID {
|
|
public:
|
|
virtual void ToProvidedString(char (&aDest)[NSID_LENGTH]);
|
|
};
|