chore: clean up forward declarations (#29904)
This commit is contained in:
parent
1f8a46c9c6
commit
f6531166ae
78 changed files with 133 additions and 109 deletions
|
@ -26,7 +26,7 @@ namespace printing {
|
|||
class PrintJobManager;
|
||||
}
|
||||
|
||||
// Empty definition for std::unique_ptr
|
||||
// Empty definition for std::unique_ptr, rather than a forward declaration
|
||||
class BackgroundModeManager {};
|
||||
|
||||
// NOT THREAD SAFE, call only from the main thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue