mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
c97cea6fe6
--HG-- extra : rebase_source : 050f1c3eb3bccdf369164be4e58c59fa71c19060
4 lines
49 B
Plaintext
4 lines
49 B
Plaintext
interface Child : Parent {
|
|
void ChildBaz();
|
|
};
|