summaryrefslogtreecommitdiff
path: root/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher.go')
-rw-r--r--watcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher.go b/watcher.go
index 81d2d12..6568629 100644
--- a/watcher.go
+++ b/watcher.go
@@ -43,7 +43,7 @@ type watcher struct {
// +-- watchHTMLTemplate +--> DELETE --> Converter.htmlTemplateUseInternal()
// |
// +--> UPDATE --> Converter.convertFileMarkups()
-func newWatcher(converter *Converter, convertOpts *ConvertOptions) (w *watcher, err error) {
+func newWatcher(converter *Converter, convertOpts ConvertOptions) (w *watcher, err error) {
var (
logp = `newWatcher`
)