summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h')
-rw-r--r--Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h b/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h
index fa84e4109a5..6d082d2d2aa 100644
--- a/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h
+++ b/Build/source/utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h
@@ -6,12 +6,12 @@
class ParentProcessWatcher
{
public:
- struct ParentProcessWatcherData;
+ struct ParentProcessWatcherData;
- ParentProcessWatcher(lsp::Log& log, int pid, const std::function<void()>&& callback, uint32_t poll_delay_secs = 10);
+ ParentProcessWatcher(lsp::Log& log, int pid, const std::function<void()>&& callback, uint32_t poll_delay_secs = 10);
- ~ParentProcessWatcher();
+ ~ParentProcessWatcher();
- std::shared_ptr<ParentProcessWatcherData> d_ptr;
+ std::shared_ptr<ParentProcessWatcherData> d_ptr;
};