Constructor.
| 44 | // Constructor. |
| 45 | // |
| 46 | CygwinPathPlugin::CygwinPathPlugin() noexcept(false) |
| 47 | : UnixPathPlugin(IDS_CYGWIN_PATH_PLUGIN_DESCRIPTION, IDS_CYGWIN_PATH_PLUGIN_HINT) |
| 48 | { |
| 49 | } |
| 50 | |
| 51 | // |
| 52 | // Returns the plugin's unique identifier. |
nothing calls this directly
no outgoing calls
no test coverage detected