diff options
| author | nyamatongwe <devnull@localhost> | 2000-10-04 01:03:45 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-10-04 01:03:45 +0000 |
| commit | 156c88770adf7912594998d8c1c0b5bcd5b1a5b0 (patch) | |
| tree | e6af112aee64b0d4da401b4e9f365388f5a5417f | |
| parent | bdf580f771b496bd512983f345cf4a8db55e42e0 (diff) | |
| download | scintilla-mirror-156c88770adf7912594998d8c1c0b5bcd5b1a5b0.tar.gz | |
Changed SetDocPointer to use second argument.
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d8b7904a3..7f6bc1543 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -918,7 +918,7 @@ set void SetViewEOL=2356(bool visible,) get int GetDocPointer=2357(,) # Change the document object used. -set void SetDocPointer=2358(int pointer,) +set void SetDocPointer=2358(,int pointer) # Set which document modification events are sent to the container. set void SetModEventMask=2359(int mask,) |
