Skip to content

Commit a0f6514

Browse files
committed
[locale.money.get.members] Fix missing parameter type
1 parent fc0996d commit a0f6514

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/locales.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,10 +4171,9 @@
41714171

41724172
\indexlibrarymember{money_get}{get}%
41734173
\begin{itemdecl}
4174-
iter_type get(iter_type s, iter_type end, bool intl,
4175-
ios_base& f, ios_base::iostate& err,
4176-
long double& quant) const;
4177-
iter_type get(s, iter_type end, bool intl, ios_base&f,
4174+
iter_type get(iter_type s, iter_type end, bool intl, ios_base& f,
4175+
ios_base::iostate& err, long double& quant) const;
4176+
iter_type get(iter_type s, iter_type end, bool intl, ios_base& f,
41784177
ios_base::iostate& err, string_type& quant) const;
41794178
\end{itemdecl}
41804179

0 commit comments

Comments
 (0)