repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
kits
/
locale
/
FormatImpl.cpp
blob
2306052688ac75f6e9d9735a535b2cc494558ce6
1
#include <FormatImpl.h>
2
3
// constructor
4
BFormatImpl
::
BFormatImpl
()
5
{
6
}
7
8
// destructor
9
BFormatImpl
::~
BFormatImpl
()
10
{
11
}
12