mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-02 02:59:15 -06:00
remove some shitty strings
This commit is contained in:
@ -22,9 +22,9 @@
|
||||
class ROMSource
|
||||
{
|
||||
public:
|
||||
virtual ~ROMSource();
|
||||
virtual ~ROMSource() = 0;
|
||||
|
||||
//
|
||||
//virtual
|
||||
};
|
||||
|
||||
#endif // ROMSOURCE_H
|
||||
|
Reference in New Issue
Block a user